github.com/go-pg/pg/v10/orm.Table.tryHasManyRelation (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L954: 	if t.tryHasManyRelation(field, pgTag) {
		table.go#L1060: func (t *Table) tryHasManyRelation(field *Field, pgTag *tagparser.Tag) bool {